projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5521131
)
styleproperty: Fix leak
author
Benjamin Otte
<otte@redhat.com>
Wed, 6 Jul 2011 18:41:31 +0000
(20:41 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 6 Jul 2011 18:41:31 +0000
(20:41 +0200)
gtk/gtkstyleproperty.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstyleproperty.c
b/gtk/gtkstyleproperty.c
index f3c19980de6e788e55fe7d4eb1d9015d05d89c31..69b493ea275eda22eace87a573f78b97b95a77a2 100644
(file)
--- a/
gtk/gtkstyleproperty.c
+++ b/
gtk/gtkstyleproperty.c
@@
-1649,7
+1649,7
@@
border_color_shorthand_value_parse (GtkCssParser *parser,
g_value_unset (value);
g_value_init (value, G_TYPE_PTR_ARRAY);
- g_value_
set
_boxed (value, array);
+ g_value_
take
_boxed (value, array);
return TRUE;
}